All Questions
53 questions
1vote
1answer
28views
WebSocket Error "Unexpected close, re-opening websocket" after moving Focalboard to a subdirectory in Nginx
I'm trying to configure Focalboard to run in a specific subdirectory using Nginx. I followed the steps from the official Focalboard documentation and was able to set it up normally. However, after ...
0votes
0answers
17views
how to make openresty support pdf partial download
I am using react pdf 9.1.0 to show the pdf in browser, now I want to make the react pdf support the partial download. The server side was using openresty, I read the pdf.js manual that told me to make ...
0votes
1answer
93views
NGINX x-forwarded-proto not working
I have an ASP.NET app hosted in a Docker container, with a NGINX reverse proxy, hosted on a VPS. When running in production, the x-forwarded-proto header isn't being passed. From what I understand, ...
0votes
0answers
647views
I am unable to access my HTTP NGINX server over LAN
I have allowed the port in ufw and have the following configuration: server { listen 0.0.0.0:8000 default_server; server_name _; index index.html; access_log /var/log/nginx/html....
0votes
1answer
341views
Big Blue Button installation error: "Challenge failed for domain", thereafter "500 Internal Server Error -- nginx"
Context: I wanted to install Big Blue Button on a Ubuntu virtual machine via SSH; I followed correctly the official tutorial up to the "Install" section; I entered the following command on ...
0votes
1answer
104views
Nginx. Multiple sites on the same server causes error 500
I have two domains linked to the same server: domain1.com and domain2.com. When I try to configure two separate websites using these domain names, I encounter an nginx error 500. I have set up nginx ...
0votes
1answer
130views
NGINX: Everyday server stops working at same time
I've got an NGINX server on a Debian OS(10) that is hosting a webpage. Every day at a specific time the server stops working for around 1-2minutes. This happens every day from 19.11 until 22.11(11 ...
0votes
1answer
605views
How does it works the "HTTP 101 Protocols Switching" in a client server communication?
I'm developing a web site that is served by the web server NGINX installed on a Linux platform. One of the service provided by the web site is base on a WebSocket backend server. To be more specific ...
1vote
1answer
1kviews
Second reverse proxy subdomain gives me weird SSL and upstream errors
My current situation is that I have an ubuntu server running docker. In that docker I run NGINX as reverse proxy, this works well for portainer, but when I try to add a second subdomain, with the same ...
0votes
1answer
57views
analyse webserver execution time
I have 2 VMs which are almost the same, except for hostname and things that shouldn't matter (as far as I know). On these VMs I run nginx/1.14.2 as proxy with an Apache/2.4.38 webserver behind it ...
1vote
1answer
409views
cli real-time monitoring of web server traffic per second over time (ncurses)
Is there a tool that can be used to monitor the traffic a web server is processing in real-time from the command line? I'm looking for a cli ncurses tool like nload, but one that can show the requests ...
1vote
1answer
3kviews
run nginx on nixos
What I'm trying to do I've recently set up NixOS on a computer which i want to use as a server for localnet. I want to use nginx as http server. What I've already tried I've put nginx in my /etc/nixos/...
0votes
1answer
858views
How to configure a free FQDN (Fully Qualified Domain Name) for local usage?
I'm using a free FQDN of mordor.bounceme.net and am trying to run ERPNext from docker, but need to configure it properly. I'm only looking to run it on "localhost" and don't need, nor want ...
0votes
1answer
1kviews
How can I use a second nginx web app (swizzin) alongside virtualmin nginx site?
I have a goal of using my VPS for web host and seedbox. I cant figure out a way to get it to work with it. Currently every subdomain (including the one I configured swizzin to use) goes straight to ...
0votes
1answer
5kviews
systemctl start nginx fails
Disclaimer: I have 0 server administration experience, so forgive my terminology and apparent lack of effort in describing the issues. I just don't really know what I'm doing. Anyway, I was following ...